x86/boot/reloc: remove redundant blank characters and reformat comments a bit
authorDaniel Kiper <daniel.kiper@oracle.com>
Fri, 10 Oct 2014 08:55:03 +0000 (10:55 +0200)
committerJan Beulich <jbeulich@suse.com>
Fri, 10 Oct 2014 08:55:03 +0000 (10:55 +0200)
Signed-off-by: Daniel Kiper <daniel.kiper@oracle.com>
Reviewed-by: Andrew Cooper <andrew.cooper3@citrix.com>
xen/arch/x86/boot/reloc.c

index fa0fb6bfb34f32aa41c1d19f3242f7f3c36acb64..4609e55625c1cf6ab10c58c0c22c51422ac1425b 100644 (file)
@@ -1,11 +1,11 @@
-/******************************************************************************
+/*
  * reloc.c
- * 
+ *
  * 32-bit flat memory-map routines for relocating Multiboot structures
  * and modules. This is most easily done early with paging disabled.
- * 
+ *
  * Copyright (c) 2009, Citrix Systems, Inc.
- * 
+ *
  * Authors:
  *    Keir Fraser <keir@xen.org>
  */
@@ -21,8 +21,9 @@ asm (
     "    jmp  reloc                    \n"
     );
 
-/* This is our data.  Because the code must be relocatable, no BSS is
- * allowed.  All data is accessed PC-relative with inline assembly.
+/*
+ * This is our data. Because the code must be relocatable, no BSS is
+ * allowed. All data is accessed PC-relative with inline assembly.
  */
 asm (
     "alloc:                            \n"